From: Jim Blandy Date: Thu, 11 Mar 1993 07:10:06 +0000 (+0000) Subject: * m/template.h, s/template.h: Mention that `etc/MACHINES' and X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96946 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=00b1a5fb2225a770eaf0744342bfcd5791277ec4;p=emacs.git * m/template.h, s/template.h: Mention that `etc/MACHINES' and `configure' should be updated whenever support for a configuration is added or improved. --- diff --git a/src/m/template.h b/src/m/template.h index b84f4e3a43c..fcf0b702758 100644 --- a/src/m/template.h +++ b/src/m/template.h @@ -117,3 +117,13 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ */ #define NO_SOCK_SIGIO + + +/* After adding support for a new system, modify the large case + statement in the `configure' script to recognize reasonable + configuration names, and add a description of the system to + `etc/MACHINES'. + + If you've just fixed a problem in an existing configuration file, + you should also check `etc/MACHINES' to make sure its descriptions + of known problems in that configuration should be updated. */ diff --git a/src/s/template.h b/src/s/template.h index adc4bef2360..9f5cbe76204 100644 --- a/src/s/template.h +++ b/src/s/template.h @@ -164,3 +164,14 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ Note that emacs carefully avoids static vars inside functions. */ /* #define static */ + + + +/* After adding support for a new system, modify the large case + statement in the `configure' script to recognize reasonable + configuration names, and add a description of the system to + `etc/MACHINES'. + + If you've just fixed a problem in an existing configuration file, + you should also check `etc/MACHINES' to make sure its descriptions + of known problems in that configuration should be updated. */